home *** CD-ROM | disk | FTP | other *** search
/ GFX Sensations 1 / Graphic Sensations - Volume 1.iso / com_net / bbs / eazybbs / c / unseteazymailall.sh < prev    next >
Text File  |  2000-01-01  |  263b  |  17 lines

  1. # cshell script
  2.  
  3. echo Clear UUMAIL: from EazyBBS folders ...
  4. #resident `which unspace`
  5. cd mb_user:
  6.  
  7. foreach user ( * ) {
  8.     set username = `mb:c/unspace $user`
  9.     echo Removing uumail:$username
  10.     #rm -q uumail:$username
  11. }
  12.  
  13. dswap
  14. #resident -r unspace >nil:
  15. echo Done.
  16.  
  17.